home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 198
- Top = 207
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Hellforge Crackme II (coded by LaZaRuS)'
- ClientHeight = 235
- ClientWidth = 404
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 385
- Height = 121
- Color = clBlack
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Greetings'
- 'this is the second Hellforge crackme.'
-
- 'Fire up SoftIce, W32Dasm and a hex-editor of your choice and try' +
- ' to crack it.'
-
- 'But don'#39't expect to much. It is pretty easy to reverse. If you h' +
- 'ave cracked it'
-
- 'write down how you did it and send it to lazarus666@gnwmail.com.' +
- ' A key-'
-
- 'generator would be best.The writer of the best tutorial can beco' +
- 'me a '
- 'Hellforge member (if he wants).'
- ''
-
- 'For harder tasks, tutorials... visit http://members.xoom.com/hel' +
- 'l_crack'
-
- 'If you have written other tutorials, crackmes or if you know an ' +
- 'interersing site'
- 'mail me, too.'
- ''
- 'Thanx'
- ''
- 'Thanks and gratitude go to: tKC, ED!SON, Sandman, Eternal Bliss')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 8
- Top = 136
- Width = 385
- Height = 21
- TabOrder = 1
- Text = 'Enter your lovely name here'
- end
- object Edit2: TEdit
- Left = 8
- Top = 160
- Width = 385
- Height = 21
- TabOrder = 2
- Text = 'And here is the place to put the correct serial'
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 192
- Width = 385
- Height = 25
- Caption = '&Click here to check your serial !!!'
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- end
-